crypto/internal/edwards25519.projP2.FromP1xP1 (method)
9 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L195: func (v *projP2) FromP1xP1(p *projP1xP1) *projP2 {
scalarmult.go#L64: tmp2.FromP1xP1(tmp1) // tmp2 = 2*v in P2 coords
scalarmult.go#L66: tmp2.FromP1xP1(tmp1) // tmp2 = 4*v in P2 coords
scalarmult.go#L68: tmp2.FromP1xP1(tmp1) // tmp2 = 8*v in P2 coords
scalarmult.go#L109: tmp2.FromP1xP1(tmp1) // tmp2 = (prev) in P2 coords
scalarmult.go#L111: tmp2.FromP1xP1(tmp1) // tmp2 = 2*(prev) in P2 coords
scalarmult.go#L113: tmp2.FromP1xP1(tmp1) // tmp2 = 4*(prev) in P2 coords
scalarmult.go#L115: tmp2.FromP1xP1(tmp1) // tmp2 = 8*(prev) in P2 coords
scalarmult.go#L209: tmp2.FromP1xP1(tmp1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |